home *** CD-ROM | disk | FTP | other *** search
- #ifndef _MIC_DUMP_
- #define _MIC_DUMP_
-
- #include "mic_main.h"
-
- extern class Mic_1_Class;
-
- // constants for Dump()
- extern const short kFromDataPath;
- extern const short kFromControl;
- extern const short kFromRAM;
- extern const short kFromEverything;
-
- extern const short kToDeathFile;
- extern const short kToIndexedFile;
- extern const short kToFinalFile;
- extern const short kToScreen;
-
- // prototypes
- void Dump (Mic_1_Class& Mic, const short whereFrom, const short whereTo);
- void doDump (Mic_1_Class& Mic);
-
- #endif